const golang.org/x/crypto/blake2b.marshaledSize

3 uses

	golang.org/x/crypto/blake2b (current package)
		blake2b.go#L159: 	marshaledSize = len(magic) + 8*8 + 2*8 + 1 + BlockSize + 1
		blake2b.go#L166: 	b := make([]byte, 0, marshaledSize)
		blake2b.go#L184: 	if len(b) != marshaledSize {